mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
hecate: remove platforms
This commit is contained in:
parent
dc562d2588
commit
c77069b412
|
@ -21,6 +21,5 @@ buildGoPackage rec {
|
||||||
longDescription = "The Hex Editor From Hell!";
|
longDescription = "The Hex Editor From Hell!";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ ramkromberg ];
|
maintainers = with maintainers; [ ramkromberg ];
|
||||||
platforms = with platforms; linux;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue