mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
opkg: specify license
This commit is contained in:
parent
05e94bc57b
commit
e99fae5e66
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A lightweight package management system based upon ipkg";
|
||||
homepage = "https://git.yoctoproject.org/cgit/cgit.cgi/opkg/";
|
||||
changelog = "https://git.yoctoproject.org/opkg/tree/NEWS?h=v${version}";
|
||||
license = licenses.gpl2;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user