Samuel W. Flint hace 4 años
padre
commit
fd2812b342
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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