Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

fbpanel: add license

+1
+1
pkgs/applications/window-managers/fbpanel/default.nix
··· 20 description = "A stand-alone panel"; 21 maintainers = with maintainers; [ raskin ]; 22 platforms = platforms.linux; 23 }; 24 25 passthru = {
··· 20 description = "A stand-alone panel"; 21 maintainers = with maintainers; [ raskin ]; 22 platforms = platforms.linux; 23 + license = licenses.mit; 24 }; 25 26 passthru = {