From 35bffe3564c430bfc862dfbfb91c927553ba645a Mon Sep 17 00:00:00 2001 From: edef Date: Sun, 19 Jun 2022 16:11:41 +0000 Subject: fleet/pkgs/naut: point source URL at the monorepo Change-Id: I107a0402464f13afe318bfb91229dfeacda61806 --- fleet/pkgs/naut/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fleet') 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() }; -- cgit 1.4.1