Unverified Commit da630e71 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

senpai: update homepage (#371167)

parents 6663da58 cc635406
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ buildGoModule rec {
  meta = with lib; {
    description = "Your everyday IRC student";
    mainProgram = "senpai";
    homepage = "https://sr.ht/~taiite/senpai/";
    homepage = "https://sr.ht/~delthas/senpai/";
    changelog = "https://git.sr.ht/~delthas/senpai/refs/v${version}";
    license = licenses.isc;
    maintainers = with maintainers; [ malte-v ];