summary refs log tree commit diff
path: root/fleet
diff options
context:
space:
mode:
authoredef <edef@unfathomable.blue>2022-06-19 16:11:41 +0000
committeredef <edef@unfathomable.blue>2022-06-19 16:11:41 +0000
commit35bffe3564c430bfc862dfbfb91c927553ba645a (patch)
tree35e766273b7842a3eb0e0047cc40008da8c90338 /fleet
parent4f310d2b64e03a3f87f9e444ed777f57655726dc (diff)
fleet/pkgs/naut: point source URL at the monorepo
Change-Id: I107a0402464f13afe318bfb91229dfeacda61806
Diffstat (limited to 'fleet')
-rw-r--r--fleet/pkgs/naut/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fleet/pkgs/naut/src/main.rs b/fleet/pkgs/naut/src/main.rs
index 8c74b6d..39b81b7 100644
--- a/fleet/pkgs/naut/src/main.rs
+++ b/fleet/pkgs/naut/src/main.rs
@@ -107,7 +107,7 @@ async fn main() -> Result<()> {
 		nickname: Some("naut".to_owned()),
 		realname: Some("blub blub".to_owned()),
 		version: Some(format!("naut {}", env!("CARGO_PKG_VERSION"))),
-		source: Some("https://src.unfathomable.blue/nixos-config/tree/pkgs/naut".to_owned()),
+		source: Some("https://src.unfathomable.blue/tree/fleet/pkgs/naut".to_owned()),
 		channels,
 		..Default::default()
 	};