Samuel W. Flint 5 anni fa
parent
commit
fd2812b342
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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