Unverified Commit 4a67d03c authored by seth's avatar seth
Browse files

spot: adopt

parent dcd96f46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
    mainProgram = "spot";
    homepage = "https://github.com/xou816/spot";
    license = licenses.mit;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ getchoo ];
    platforms = platforms.linux;
  };
}