Merge pull request #203764 from deejayem/vimpc-support-more-platforms

vimpc: Support more platforms
This commit is contained in:
figsoda 2022-11-30 13:35:42 -05:00 committed by GitHub
commit 82d4c2c851
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];
};
}