summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 3bda2c1..553f483 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,8 +17,8 @@
       default = pollyana;
 
       pollyana = pkgs.python3Packages.buildPythonPackage rec {
-        pname = "KayleeVC";
-        version = "0.1.1";
+        pname = "pollyana";
+        version = "0.1";
 
         src = ./src;