Merge pull request #203764 from deejayem/vimpc-support-more-platforms
vimpc: Support more platforms
This commit is contained in:
commit
82d4c2c851
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A vi/vim inspired client for the Music Player Daemon (mpd)";
|
description = "A vi/vim inspired client for the Music Player Daemon (mpd)";
|
||||||
homepage = "https://github.com/boysetsfrog/vimpc";
|
homepage = "https://github.com/boysetsfrog/vimpc";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user