treewide: meta.platform -> meta.platforms
This commit is contained in:
parent
572fd3de58
commit
ded7953478
@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
|
||||
inherit (src.meta) homepage;
|
||||
description = "Universal Radio Hacker: investigate wireless protocols like a boss";
|
||||
license = licenses.asl20;
|
||||
platform = platforms.all;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ fpletz ];
|
||||
};
|
||||
}
|
||||
|
@ -12,12 +12,12 @@ python2Packages.buildPythonApplication rec {
|
||||
propagatedBuildInputs = with python2Packages; [ feedparser ];
|
||||
|
||||
namePrefix = "";
|
||||
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://offog.org/code/rawdog/";
|
||||
description = "RSS Aggregator Without Delusions Of Grandeur";
|
||||
license = licenses.gpl2;
|
||||
platform = platforms.unix;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
}
|
||||
|
@ -26,6 +26,6 @@ python27Packages.buildPythonApplication rec {
|
||||
description = "Qt remote GUI for WeeChat";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ ramkromberg ];
|
||||
platform = with platforms; linux;
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
}
|
||||
|
@ -16,6 +16,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/svinota/pyroute2;
|
||||
license = licenses.asl20;
|
||||
maintainers = [maintainers.mic92];
|
||||
platform = platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -28,7 +28,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
on mobile phones or computers.
|
||||
'';
|
||||
license = licenses.gpl3Plus;
|
||||
platform = platforms.all;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ edwtjo pSub aneeshusa ];
|
||||
};
|
||||
}
|
||||
|
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = https://moxie.org/software/fakeroute/;
|
||||
license = licenses.bsd3;
|
||||
platform = platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -52,6 +52,6 @@ in stdenv.mkDerivation rec {
|
||||
description = "Free, private and secure password management tool and e-wallet";
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ guillaumekoenig ];
|
||||
platform = platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ python2Packages.buildPythonApplication rec {
|
||||
meta = {
|
||||
homepage = https://pypi.python.org/pypi/grin;
|
||||
description = "A grep program configured the way I like it";
|
||||
platform = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.sjagoe ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user