base16-schemes: modernize
This commit is contained in:
parent
ad47117c7d
commit
fa6c2e77ee
@ -2,7 +2,6 @@
|
|||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
...
|
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "base16-schemes";
|
pname = "base16-schemes";
|
||||||
@ -24,10 +23,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "All the color schemes for use in base16 packages";
|
description = "All the color schemes for use in base16 packages";
|
||||||
homepage = finalAttrs.src.meta.homepage;
|
homepage = "https://github.com/tinted-theming/schemes";
|
||||||
maintainers = [ maintainers.DamienCassou ];
|
maintainers = [ lib.maintainers.DamienCassou ];
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user