fbpanel: add license
This commit is contained in:
parent
6e6e41b56e
commit
d18bf12735
|
@ -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 New Issue