mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 18:30:46 +02:00
Auto: cleanup-2026-05-18T16-56-07Z
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
buildGoModule {
|
||||
pname = "z13ctl";
|
||||
version = "1.1.6";
|
||||
@@ -17,7 +16,7 @@ buildGoModule {
|
||||
|
||||
vendorHash = "sha256-ftkcianIR36PNAoMOVuk4lUr7goWUcHhjyNseUraJU0=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
subPackages = ["."];
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -27,6 +26,6 @@ buildGoModule {
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "z13ctl";
|
||||
maintainers = with maintainers; [ badheuristic ];
|
||||
maintainers = with maintainers; [badheuristic];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user