summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-01-01 14:39:41 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2021-01-01 19:48:01 +0100
commite7d1be840ccf453a8320fdc09759638270b1129a (patch)
tree4d7f5362cb7ee458a2494a2b58994b00e7260a26 /pkgs/applications/science
parent815bfe3cb6cf53b11d342bfcb932215edd1d0ffa (diff)
treewide: remove maintainership of `ma27` from a few packages
Those are packages I don't use anymore for a longer time and I therefore don't think that listing me as maintainer is a good idea. If those should be removed now, I'd be fine with that. SuperSandro2000 will take care of a few packages[1]. [1] https://github.com/NixOS/nixpkgs/pull/108126#pullrequestreview-560599381
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/geogebra/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/geogebra/default.nix b/pkgs/applications/science/math/geogebra/default.nix
index a6950ad3451c..a0548ffb232b 100644
--- a/pkgs/applications/science/math/geogebra/default.nix
+++ b/pkgs/applications/science/math/geogebra/default.nix
@@ -27,7 +27,7 @@ let
calculus in one easy-to-use package.
'';
homepage = "https://www.geogebra.org/";
- maintainers = with maintainers; [ ma27 ];
+ maintainers = with maintainers; [ ];
license = with licenses; [ gpl3 cc-by-nc-sa-30 geogebra ];
platforms = with platforms; linux ++ darwin;
hydraPlatforms = [];