Commit ba3d611a authored by aleksana's avatar aleksana
Browse files

gtkcord4: add aleksana as maintainer

parent f32f1928
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,6 +63,6 @@ buildGoModule rec {
    description = "GTK4 Discord client in Go, attempt #4.";
    homepage = "https://github.com/diamondburned/gtkcord4";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ hmenke urandom ];
    maintainers = with maintainers; [ hmenke urandom aleksana ];
  };
}