Merge pull request #328430 from adamcstephens/acs/reduce

treewide: reduce adamcstephens maintenance
This commit is contained in:
Adam C. Stephens
2024-07-19 17:27:44 -04:00
committed by GitHub
5 changed files with 6 additions and 4 deletions
-1
View File
@@ -371,7 +371,6 @@ nixos/tests/lxd/ @adamcstephens
pkgs/by-name/in/incus/ @adamcstephens
pkgs/by-name/lx/lxc* @adamcstephens
pkgs/by-name/lx/lxd* @adamcstephens
pkgs/os-specific/linux/lxc/ @adamcstephens
# ExpidusOS, Flutter
/pkgs/development/compilers/flutter @RossComputerGuy
+1 -1
View File
@@ -485,7 +485,7 @@
};
adamcstephens = {
email = "happy.plan4249@valkor.net";
matrix = "@adam:valkor.net";
matrix = "@adam:robins.wtf";
github = "adamcstephens";
githubId = 2071575;
name = "Adam C. Stephens";
+1 -1
View File
@@ -99,7 +99,7 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/casey/just/blob/${version}/CHANGELOG.md";
description = "Handy way to save and run project-specific commands";
license = licenses.cc0;
maintainers = with maintainers; [ xrelkd jk adamcstephens ];
maintainers = with maintainers; [ xrelkd jk ];
mainProgram = "just";
};
}
+3
View File
@@ -1,6 +1,7 @@
{ callPackage
, kernel ? null
, stdenv
, lib
, linuxKernel
, nixosTests
, ...
@@ -26,5 +27,7 @@ callPackage ./generic.nix args {
nixosTests.zfs.series_2_2
];
maintainers = with lib.maintainers; [ adamcstephens amarshall ];
hash = "sha256-SSp/1Tu1iGx5UDcG4j0k2fnYxK05cdE8gzfSn8DU5Z4=";
}
+1 -1
View File
@@ -30,7 +30,7 @@ let
, isUnstable ? false
, latestCompatibleLinuxPackages
, kernelCompatible ? null
, maintainers ? (with lib.maintainers; [ amarshall adamcstephens ])
, maintainers ? (with lib.maintainers; [ amarshall ])
, tests
}@innerArgs: