uefitool: remove myself as maintainer
This commit is contained in:
parent
28116031e2
commit
930d4df512
@ -34,7 +34,7 @@ mkDerivation rec {
|
|||||||
description = "UEFI firmware image viewer and editor";
|
description = "UEFI firmware image viewer and editor";
|
||||||
homepage = "https://github.com/LongSoft/uefitool";
|
homepage = "https://github.com/LongSoft/uefitool";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ ajs124 ];
|
maintainers = with maintainers; [ ];
|
||||||
# uefitool supposedly works on other platforms, but their build script only works on linux in nixpkgs
|
# uefitool supposedly works on other platforms, but their build script only works on linux in nixpkgs
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user