maintainers: rename niksingh710 to semi710

This commit is contained in:
Nikhil Singh
2026-06-17 12:53:55 +05:30
parent ccf79c6be0
commit 37705ced9d
4 changed files with 13 additions and 13 deletions
+6 -6
View File
@@ -19830,12 +19830,6 @@
githubId = 70602908;
github = "nikolaizombie1";
};
niksingh710 = {
email = "nik.singh710@gmail.com";
name = "Nikhil Singh";
github = "niksingh710";
githubId = 60490474;
};
nikstur = {
email = "nikstur@outlook.com";
name = "nikstur";
@@ -25008,6 +25002,12 @@
githubId = 33031;
name = "Greg Pfeil";
};
semi710 = {
email = "nik.singh710@gmail.com";
name = "Nikhil Singh";
github = "semi710";
githubId = 60490474;
};
sempiternal-aurora = {
email = "myrialsarvay@gmail.com";
github = "sempiternal-aurora";
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/chipsenkbeil/choose/blob/${version}/CHANGELOG.md";
maintainers = with lib.maintainers; [
heywoodlh
niksingh710
semi710
];
mainProgram = "choose";
};
+3 -3
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
version = "0-unstable-2026-02-22";
src = fetchFromGitHub {
owner = "niksingh710";
owner = "semi710";
repo = "fzf-preview";
rev = "5e5a5a5c4258fa86300cb56224e31416ff7401b5";
hash = "sha256-ZjBoTsZ2ymfhmUbMpMWT1MB20kLf0BILnCDu75F6WEQ=";
@@ -79,10 +79,10 @@ stdenv.mkDerivation {
be simple, fast, and highly compatible, making it a useful tool for anyone
leveraging fzf for file navigation or search.
'';
homepage = "https://github.com/niksingh710/fzf-preview";
homepage = "https://github.com/semi710/fzf-preview";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
niksingh710
semi710
];
mainProgram = "fzf-preview";
platforms = lib.platforms.unix;
+3 -3
View File
@@ -521,7 +521,7 @@ in
rtpFilePath = "minimal.tmux";
version = "0-unstable-2025-06-04";
src = fetchFromGitHub {
owner = "niksingh710";
owner = "semi710";
repo = "minimal-tmux-status";
rev = "de2bb049a743e0f05c08531a0461f7f81da0fc72";
hash = "sha256-0gXtFVan+Urb79AjFOjHdjl3Q73m8M3wFSo3ZhjxcBA=";
@@ -534,10 +534,10 @@ in
quickly identify the prefix state. Designed to be minimal in appearance and dependencies, it is ideal for users
who want essential information without clutter.
'';
homepage = "https://github.com/niksingh710/minimal-tmux-status.git";
homepage = "https://github.com/semi710/minimal-tmux-status.git";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
niksingh710
semi710
];
platforms = lib.platforms.unix;
};