noti: update project home (#506415)

This commit is contained in:
Michael Daniels
2026-04-15 00:56:23 +00:00
committed by GitHub
+4 -4
View File
@@ -1,7 +1,7 @@
{
lib,
buildGoModule,
fetchFromGitHub,
fetchFromCodeberg,
installShellFiles,
}:
@@ -9,8 +9,8 @@ buildGoModule (finalAttrs: {
pname = "noti";
version = "3.8.0";
src = fetchFromGitHub {
owner = "variadico";
src = fetchFromCodeberg {
owner = "roble";
repo = "noti";
tag = finalAttrs.version;
hash = "sha256-FwOS4ifMiODIzKVQufLhkDYOcmXz9dAfWw+hM3rXT/Y=";
@@ -44,7 +44,7 @@ buildGoModule (finalAttrs: {
Never sit and wait for some long-running process to finish. Noti can alert
you when it's done. You can receive messages on your computer or phone.
'';
homepage = "https://github.com/variadico/noti";
homepage = "https://codeberg.org/roble/noti";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.stites ];
mainProgram = "noti";