mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
fbpanel: add license
This commit is contained in:
parent
6e6e41b56e
commit
d18bf12735
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
|||
description = "A stand-alone panel";
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
|
|
Loading…
Reference in a new issue