mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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'";
|
||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user