tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
apl386: add sigmanificient to maintainers
Sigmanificient
2 years ago
bf126ae8
4e7ef76a
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
data
fonts
apl386
default.nix
+1
-1
pkgs/data/fonts/apl386/default.nix
···
23
homepage = "https://abrudz.github.io/APL386/";
24
description = "APL385 Unicode font evolved";
25
license = lib.licenses.unlicense;
26
-
maintainers = with lib.maintainers; [ ];
27
platforms = lib.platforms.all;
28
};
29
}
···
23
homepage = "https://abrudz.github.io/APL386/";
24
description = "APL385 Unicode font evolved";
25
license = lib.licenses.unlicense;
26
+
maintainers = with lib.maintainers; [ sigmanificient ];
27
platforms = lib.platforms.all;
28
};
29
}