|
|
@ -18,9 +18,9 @@ stdenv.mkDerivation rec {
|
|
|
|
installPhase = "cp -R _site \$out";
|
|
|
|
installPhase = "cp -R _site \$out";
|
|
|
|
|
|
|
|
|
|
|
|
meta = with stdenv.lib; {
|
|
|
|
meta = with stdenv.lib; {
|
|
|
|
description = "Blog jekyll";
|
|
|
|
description = "Site web de photo";
|
|
|
|
homepage = https://gogs.prunetwork.fr/jpierre03/gallery;
|
|
|
|
homepage = https://gogs.prunetwork.fr/jpierre03/gallery;
|
|
|
|
license = licenses.gpl2;
|
|
|
|
license = licenses.cc-by-nc-sa-40;
|
|
|
|
maintainers = [ "Jean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>" ];
|
|
|
|
maintainers = [ "Jean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>" ];
|
|
|
|
platforms = platforms.linux;
|
|
|
|
platforms = platforms.linux;
|
|
|
|
};
|
|
|
|
};
|
|
|
|