gentium: no with lib; in meta
This commit is contained in:
@@ -23,7 +23,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://software.sil.org/gentium/";
|
||||
description = "High-quality typeface family for Latin, Cyrillic, and Greek";
|
||||
longDescription = ''
|
||||
@@ -42,11 +42,11 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
font family, along with documentation.
|
||||
'';
|
||||
downloadPage = "https://software.sil.org/gentium/download/";
|
||||
maintainers = with maintainers; [
|
||||
maintainers = with lib.maintainers; [
|
||||
raskin
|
||||
rycee
|
||||
];
|
||||
license = licenses.ofl;
|
||||
platforms = platforms.all;
|
||||
license = lib.licenses.ofl;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user