Merge pull request #125279 from solson/solson-maintainer

remove solson as maintainer
This commit is contained in:
Maximilian Bosch 2021-06-01 21:53:07 +02:00 committed by GitHub
commit 3275629c3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
};
}