vimpc: Support more platforms

(cherry picked from commit b0f767da93)
This commit is contained in:
David Morgan 2022-11-30 16:09:35 +00:00 committed by github-actions[bot]
parent 28e89bd29d
commit 65aedb1b28

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "A vi/vim inspired client for the Music Player Daemon (mpd)";
homepage = "https://github.com/boysetsfrog/vimpc";
license = licenses.gpl3;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ pSub ];
};
}