mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #126704 from SuperSandro2000/jD91mZM2
maintainers: remove jD91mZM2
This commit is contained in:
commit
8ed718c299
6 changed files with 5 additions and 11 deletions
|
@ -4623,12 +4623,6 @@
|
||||||
githubId = 1982341;
|
githubId = 1982341;
|
||||||
name = "Jack Cummings";
|
name = "Jack Cummings";
|
||||||
};
|
};
|
||||||
jD91mZM2 = {
|
|
||||||
email = "me@krake.one";
|
|
||||||
github = "jD91mZM2";
|
|
||||||
githubId = 12830969;
|
|
||||||
name = "jD91mZM2";
|
|
||||||
};
|
|
||||||
jdagilliland = {
|
jdagilliland = {
|
||||||
email = "jdagilliland@gmail.com";
|
email = "jdagilliland@gmail.com";
|
||||||
github = "jdagilliland";
|
github = "jdagilliland";
|
||||||
|
|
|
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/ubuntu/yaru";
|
homepage = "https://github.com/ubuntu/yaru";
|
||||||
license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
|
license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.jD91mZM2 ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A work-in-progress language server for Nix, with syntax checking and basic completion";
|
description = "A work-in-progress language server for Nix, with syntax checking and basic completion";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jD91mZM2 ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "xautolock rewrite in Rust, with a few extra features";
|
description = "xautolock rewrite in Rust, with a few extra features";
|
||||||
homepage = "https://github.com/jD91mZM2/xidlehook";
|
homepage = "https://github.com/jD91mZM2/xidlehook";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jD91mZM2 ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
badPlatforms = platforms.darwin;
|
badPlatforms = platforms.darwin;
|
||||||
};
|
};
|
||||||
|
|
|
@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "powerline-shell rewritten in Rust, inspired by powerline-go";
|
description = "powerline-shell rewritten in Rust, inspired by powerline-go";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jD91mZM2 ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "Play an image/video in your terminal";
|
description = "Play an image/video in your terminal";
|
||||||
homepage = "https://jd91mzm2.github.io/termplay/";
|
homepage = "https://jd91mzm2.github.io/termplay/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jD91mZM2 ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue