checkinstall: Add license
Source: http://checkinstall.izto.org/docs/LICENSE Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
54f4958092
commit
349921047e
|
@ -69,5 +69,6 @@ stdenv.mkDerivation {
|
||||||
description = "A tool for automatically generating Slackware, RPM or Debian packages when doing `make install'";
|
description = "A tool for automatically generating Slackware, RPM or Debian packages when doing `make install'";
|
||||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue