Browse Source

Change name

Samuel W. Flint 4 years ago
parent
commit
fd2812b342
1 changed files with 1 additions and 1 deletions
  1. 1 1
      default.nix

+ 1 - 1
default.nix

@@ -3,7 +3,7 @@
 with nixpkgs;
 
 stdenv.mkDerivation rec {
-  name = "cookbook";
+  name = "open-cookbook";
   src =  ./.;
   buildInputs = [
     git