parent
dc74185c30
commit
084efa4a39
@ -4,7 +4,7 @@ pkgs.stdenv.mkDerivation rec {
|
|||||||
name= "site-max";
|
name= "site-max";
|
||||||
|
|
||||||
inherit (pkgs) sassc;
|
inherit (pkgs) sassc;
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) stdenv;
|
||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
@ -20,8 +20,8 @@ pkgs.stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Site de présentation de Max Spiegel";
|
description = "Site de présentation de Max Spiegel";
|
||||||
homepage = https://maxspiegel.fr/;
|
homepage = https://maxspiegel.fr/;
|
||||||
maintainers = with lib.maintainers; [ nyanloutre ];
|
maintainers = with stdenv.lib.maintainers; [ nyanloutre ];
|
||||||
license = lib.licenses.cc-by-nc-sa-40;
|
license = stdenv.lib.licenses.cc-by-nc-sa-40;
|
||||||
platforms = lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user