misc: add LGPL license

This commit is contained in:
outfoxxed 2024-03-04 05:49:37 -08:00
parent 04c4cfe7e0
commit 5688409ea4
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 805 additions and 1 deletions

View file

@ -15,7 +15,7 @@
enableWayland ? true,
}: stdenv.mkDerivation {
pname = "quickshell${lib.optionalString debug "-debug"}";
version = "0.1";
version = "0.1.0";
src = nix-gitignore.gitignoreSource [] ./.;
nativeBuildInputs = with pkgs; [
@ -53,6 +53,7 @@
meta = with lib; {
homepage = "https://git.outfoxxed.me/outfoxxed/quickshell";
description = "Simple and flexbile QtQuick based desktop shell toolkit";
license = licenses.lgpl3Only;
platforms = platforms.linux;
};
}