summaryrefslogtreecommitdiffstats
path: root/pkgs/data
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-09-09 00:06:35 +0000
committerGitHub <noreply@github.com>2021-09-09 00:06:35 +0000
commit6c413ed5bf5092c2ef6e05b6c22acf32b1c36f08 (patch)
tree47cddfdf9ce1b487e9a9c13a9b51497fa50f0a76 /pkgs/data
parent314256eb0fc76328f629f3c36757a9b33a4e7860 (diff)
parent2d42e76e5befb12aca7cdf5c13c6d975fdd6ea46 (diff)
Merge master into haskell-updates
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/solarc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/themes/solarc/default.nix b/pkgs/data/themes/solarc/default.nix
index 3f6932e40a0c..a6ae8ce2e914 100644
--- a/pkgs/data/themes/solarc/default.nix
+++ b/pkgs/data/themes/solarc/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
description = "Solarized version of the Arc theme";
homepage = "https://github.com/schemar/solarc-theme";
license = licenses.gpl3;
- maintainers = [ maintainers.bricewge ];
+ maintainers = [ ];
platforms = platforms.linux;
};
}