Merge pull request #6098 from abbradar/pidgin-otr
pidgin-otr: adopt and add platforms
This commit is contained in:
commit
8f95561b5f
@ -11,9 +11,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ libotr pidgin intltool ];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.cypherpunks.ca/otr;
|
||||
description = "Plugin for Pidgin 2.x which implements OTR Messaging";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainters = with maintainers; [ abbradar ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user