Merge pull request #260459 from deviant/disown-last-resort

last-resort: remove myself as maintainer
This commit is contained in:
Weijia Wang
2023-10-11 18:07:10 +02:00
committed by GitHub
+1 -1
View File
@@ -23,6 +23,6 @@ stdenvNoCC.mkDerivation rec {
description = "Fallback font of last resort";
homepage = "https://github.com/unicode-org/last-resort-font";
license = licenses.ofl;
maintainers = with maintainers; [ V ];
maintainers = with maintainers; [ ];
};
}