]> git.scottworley.com Git - nix-env-apps/blobdiff - default.nix
License: GPL-3
[nix-env-apps] / default.nix
index 94bc300683180cd22c61882cf3696207c98893eb..a0d1166fa19352c915a8fa45696c32c349b50767 100644 (file)
@@ -16,4 +16,12 @@ pkgs.python3Packages.callPackage ({ autopep8, buildPythonPackage
     buildInputs = [ gtk4 ];
     pythonPath = [ pygobject3 ];
 
+    meta = {
+      description =
+        "A simple GUI for managing declarative nix-env user environments";
+      homepage = "https://git.scottworley.com/nix-env-apps";
+      license = pkgs.lib.licenses.gpl3;
+      maintainers = with pkgs.lib.maintainers; [ chkno ];
+    };
+
   }) { }