Unverified Commit 5d1bcbe7 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

noti: update project home (#506415)

parents 023605fe 3fea8d0a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
  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";