tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
upscayl: add darwin maintainer
Matteo Pacini
11 months ago
26a955e8
0d29d5e8
+1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
up
upscayl
package.nix
+1
pkgs/by-name/up/upscayl/package.nix
···
24
homepage = "https://upscayl.github.io/";
25
maintainers = with lib.maintainers; [
26
icy-thought
0
27
];
28
license = lib.licenses.agpl3Plus;
29
platforms = [ "x86_64-linux" ] ++ lib.platforms.darwin;
···
24
homepage = "https://upscayl.github.io/";
25
maintainers = with lib.maintainers; [
26
icy-thought
27
+
matteopacini
28
];
29
license = lib.licenses.agpl3Plus;
30
platforms = [ "x86_64-linux" ] ++ lib.platforms.darwin;