intltool: fix license attribute name
This commit is contained in:
parent
6a17fe1563
commit
fc57b8940b
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Translation helper tool";
|
description = "Translation helper tool";
|
||||||
homepage = "http://launchpad.net/intltool/";
|
homepage = "http://launchpad.net/intltool/";
|
||||||
license = stdenv.lib.licenses.gpl2plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
inherit (s) version;
|
inherit (s) version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user