aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-06-20 00:13:53 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-06-20 00:13:53 +0100
commit0905fc55e7427a4e024fc5dc73f10be45200f110 (patch)
treefb8762831a470e423cd97b89868b48628d2b0d32 /default.nix
parenta119a07983cf24db0bf9715c5625ebb90d915f16 (diff)
rename the project to catbus-wakeonlan
Diffstat (limited to '')
-rw-r--r--default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index d915704..efee9fa 100644
--- a/default.nix
+++ b/default.nix
@@ -6,9 +6,9 @@
with pkgs;
buildGoModule rec {
- name = "catbus-actuator-wakeonlan-${version}";
+ name = "catbus-wakeonlan-${version}";
version = "latest";
- goPackagePath = "go.eth.moe/catbus-actuator-wakeonlan";
+ goPackagePath = "go.eth.moe/catbus-wakeonlan";
modSha256 = "0nj0ny9692bqcw04fh74g8hqgfh3qc095fsq0y9cy677kp7l2q94";