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