mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
maintainers: remove ianmjones
This commit is contained in:
parent
67343f664b
commit
232ece2599
@ -9151,12 +9151,6 @@
|
||||
githubId = 30196;
|
||||
name = "Ian Liu Rodrigues";
|
||||
};
|
||||
ianmjones = {
|
||||
email = "ian@ianmjones.com";
|
||||
github = "ianmjones";
|
||||
githubId = 4710;
|
||||
name = "Ian M. Jones";
|
||||
};
|
||||
ianwookim = {
|
||||
email = "ianwookim@gmail.com";
|
||||
github = "wavewave";
|
||||
|
@ -41,7 +41,7 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/muesli/deckmaster";
|
||||
changelog = "https://github.com/muesli/deckmaster/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ianmjones ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/grigio/obs-cmd";
|
||||
changelog = "https://github.com/grigio/obs-cmd/releases/tag/${src.rev}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ianmjones ];
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "obs-cmd";
|
||||
};
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
description = "scd2html generates HTML from scdoc source files";
|
||||
homepage = "https://git.sr.ht/~bitfehler/scd2html";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ianmjones ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "scd2html";
|
||||
};
|
||||
|
@ -50,7 +50,7 @@ buildGoModule rec {
|
||||
description = "Your little expandable text snippet helper CLI";
|
||||
homepage = "https://snippetexpander.org";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ ianmjones ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "snippetexpander";
|
||||
};
|
||||
|
@ -61,7 +61,7 @@ buildGoModule rec {
|
||||
description = "Your little expandable text snippet helper daemon";
|
||||
homepage = "https://snippetexpander.org";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ ianmjones ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "snippetexpanderd";
|
||||
};
|
||||
|
@ -65,7 +65,7 @@ buildGoModule rec {
|
||||
description = "Your little expandable text snippet helper GUI";
|
||||
homepage = "https://snippetexpander.org";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ ianmjones ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "snippetexpandergui";
|
||||
};
|
||||
|
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Your little expandable text snippet helper auto expander daemon";
|
||||
homepage = "https://snippetexpander.org";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ ianmjones ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "snippetexpanderx";
|
||||
};
|
||||
|
@ -69,7 +69,7 @@ buildGoModule rec {
|
||||
description = "Build applications using Go + HTML + CSS + JS";
|
||||
homepage = "https://wails.io";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ ianmjones ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "wails";
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://www.snippetpixie.com";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ ianmjones ] ++ teams.pantheon.members;
|
||||
maintainers = with maintainers; [ ] ++ teams.pantheon.members;
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "com.github.bytepixie.snippetpixie";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user