ajustement métadonnées

master
Jean-Pierre PRUNARET 9 years ago
parent 59ec507beb
commit e49e344ce9

@ -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;
}; };

Loading…
Cancel
Save