mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #21425 from nico202/unclutter
unclutter: add missing licence (publicDomain)
This commit is contained in:
commit
af0b2d5ffc
1 changed files with 1 additions and 0 deletions
|
@ -32,5 +32,6 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
platforms = platforms.unix;
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue