mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
unclutter: add missing licence (publicDomain)
This commit is contained in:
parent
2876b31ed5
commit
620ebf5449
@ -32,5 +32,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
platforms = platforms.unix;
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user