tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
dracula-theme: remove vonfry from maintainers
D Anzorge
4 years ago
7cf45c57
6a93f23c
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
data
themes
dracula-theme
default.nix
+1
-1
pkgs/data/themes/dracula-theme/default.nix
···
38
homepage = "https://github.com/dracula/gtk";
39
license = licenses.gpl3;
40
platforms = platforms.all;
41
-
maintainers = with maintainers; [ alexarice vonfry ];
42
};
43
}
···
38
homepage = "https://github.com/dracula/gtk";
39
license = licenses.gpl3;
40
platforms = platforms.all;
41
+
maintainers = with maintainers; [ alexarice ];
42
};
43
}