remove solson as maintainer

I don't actively use either of these packages. I kept myself in the
maintainers list because I expect to maintain new packages in the
future.
This commit is contained in:
Scott Olson 2021-06-01 20:11:23 +01:00
parent 79ef19e02b
commit cdad975ce0
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
maintainers = with maintainers; [ solson ];
maintainers = [];
description = "MIDI libraries for Qt5/C++";
homepage = "http://drumstick.sourceforge.net/";
license = licenses.gpl2Plus;

View file

@ -23,7 +23,7 @@ buildGoModule rec {
meta = {
description = "A data constraint language which aims to simplify tasks involving defining and using data";
homepage = "https://cuelang.org/";
maintainers = with lib.maintainers; [ solson ];
maintainers = [];
license = lib.licenses.asl20;
};
}