treewide: use lib.maintainers for meta.maintainers
This commit is contained in:
parent
ea7dadcaf6
commit
9b92a07843
7 changed files with 6 additions and 9 deletions
|
@ -26,6 +26,6 @@ python2Packages.buildPythonApplication rec {
|
||||||
homepage = http://tortoisehg.bitbucket.org/;
|
homepage = http://tortoisehg.bitbucket.org/;
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = [ "abcz2.uprola@gmail.com" ];
|
maintainers = with lib.maintainers; [ danbst ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A flexible scheduler for your i3bar blocks -- this is a fork to use with i3-gaps";
|
description = "A flexible scheduler for your i3bar blocks -- this is a fork to use with i3-gaps";
|
||||||
homepage = https://github.com/Airblader/i3blocks-gaps;
|
homepage = https://github.com/Airblader/i3blocks-gaps;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ "carlsverre" ];
|
maintainers = with maintainers; [ carlsverre ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "A flexible scheduler for your i3bar blocks";
|
description = "A flexible scheduler for your i3bar blocks";
|
||||||
homepage = https://github.com/vivien/i3blocks;
|
homepage = https://github.com/vivien/i3blocks;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ "MindTooth" ];
|
|
||||||
platforms = with platforms; freebsd ++ linux;
|
platforms = with platforms; freebsd ++ linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,6 +32,5 @@ in stdenv.mkDerivation ({
|
||||||
homepage = http://cdemu.sourceforge.net/;
|
homepage = http://cdemu.sourceforge.net/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ "Rok Mandeljc <mrok AT users DOT sourceforge DOT net>" ];
|
|
||||||
};
|
};
|
||||||
} // drvParams)
|
} // drvParams)
|
||||||
|
|
|
@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Flexibly import bank account CSV files into Ledger for command line accounting";
|
description = "Flexibly import bank account CSV files into Ledger for command line accounting";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ "mckean.kylej@gmail.com" ];
|
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||||
It also provides ways of converting non-ASCII characters to
|
It also provides ways of converting non-ASCII characters to
|
||||||
similar ASCII characters, e.g. by stripping diacritics.
|
similar ASCII characters, e.g. by stripping diacritics.
|
||||||
'';
|
'';
|
||||||
maintainers = [ "cillian.deroiste@gmail.com" ];
|
maintainers = with stdenv.lib.maintainers; [ goibhniu ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -7851,7 +7851,7 @@ in {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Accessing and Modifying INI files";
|
description = "Accessing and Modifying INI files";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ "abcz2.uprola@gmail.com" ];
|
maintainers = with maintainers; [ danbst ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -22237,7 +22237,7 @@ in {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A Python binding to QScintilla, Qt based text editing control";
|
description = "A Python binding to QScintilla, Qt based text editing control";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = [ "abcz2.uprola@gmail.com" ];
|
maintainers = with maintainers; [ danbst ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -29105,7 +29105,7 @@ EOF
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://developers.google.com/storage/docs/gsutil;
|
homepage = https://developers.google.com/storage/docs/gsutil;
|
||||||
description = "Google Cloud Storage Tool";
|
description = "Google Cloud Storage Tool";
|
||||||
maintainers = [ "Russell O'Connor <oconnorr@google.com>" ];
|
maintainers = with maintainers; [ roconnor ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue