Unverified Commit 46fa17c9 authored by GetPsyched's avatar GetPsyched
Browse files

banana-cursor: add getpsyched as maintainer

parent 1eaac579
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    description = "The Banana Cursor";
    homepage = "https://github.com/ful1e5/banana-cursor";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ yrd ];
    maintainers = with maintainers; [ getpsyched yrd ];
    platforms = platforms.linux;
  };
})