Merge pull request #210957 from Ma27/rm-ma27-from-packages-i-dont-use-anymore

treewide: remove myself (ma27) as maintainer from a bunch of pkgs I don't use anymore
This commit is contained in:
Maximilian Bosch 2023-01-15 19:29:49 +01:00 committed by GitHub
commit cb22191d21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
homepage = "https://stellarium.org/";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

View File

@ -57,7 +57,7 @@ rustPlatform.buildRustPackage rec {
description = "Very resource-friendly and feature-rich replacement for i3status";
homepage = "https://github.com/greshake/i3status-rust";
license = licenses.gpl3Only;
maintainers = with maintainers; [ backuitist globin ma27 ];
maintainers = with maintainers; [ backuitist globin ];
platforms = platforms.linux;
};
}

View File

@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ gnxlxnxx ma27 ];
maintainers = with maintainers; [ gnxlxnxx ];
};
}

View File

@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A work-in-progress language server for Nix, with syntax checking and basic completion";
license = licenses.mit;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

View File

@ -26,6 +26,6 @@ buildGoModule rec {
homepage = "https://github.com/fiatjaf/jiq";
license = licenses.mit;
description = "jid on jq - interactive JSON query tool using jq expressions";
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

View File

@ -25,7 +25,7 @@ buildGoModule rec {
license = licenses.mit;
homepage = "https://github.com/gotify/cli";
description = "A command line interface for pushing messages to gotify/server";
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
mainProgram = "gotify";
};
}

View File

@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
description = "Command-line DNS client";
homepage = "https://dns.lookup.dog";
license = licenses.eupl12;
maintainers = with maintainers; [ bbigras ma27 ];
maintainers = with maintainers; [ bbigras ];
mainProgram = "dog";
};
}

View File

@ -31,7 +31,7 @@ buildGoModule rec {
homepage = "https://github.com/yory8/clipman";
description = "A simple clipboard manager for Wayland";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}