treewide: Move some meta sections to end-of-file

That seems to be the overwhelming convention.
This commit is contained in:
Tuomas Tynkkynen
2016-08-02 21:17:44 +03:00
parent 2258b21e4b
commit 63de40099f
6 changed files with 61 additions and 62 deletions
@@ -10,12 +10,6 @@ stdenv.mkDerivation rec {
sha256 = "1vm0yykkg58ja9ianfpm3mgrpah109gj33b41kl0jmmm11zip9jd";
};
meta = {
homepage = http://sourceforge.net/projects/checkbaskisms/;
description = "Check shell scripts for non-portable syntax";
license = stdenv.lib.licenses.gpl2;
};
# The link returns directly the script. No need for unpacking
unpackPhase = "true";
@@ -29,4 +23,10 @@ stdenv.mkDerivation rec {
fixupPhase = ''
sed -e "s#/usr/bin/perl#$perl/bin/perl#" -i $out/bin/checkbashisms
'';
meta = {
homepage = http://sourceforge.net/projects/checkbaskisms/;
description = "Check shell scripts for non-portable syntax";
license = stdenv.lib.licenses.gpl2;
};
}