mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
meta.homePage -> homepage
This commit is contained in:
parent
fc91ba52df
commit
61cca2cadf
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "TV application for Linux with apps and tools such as a teletext browser";
|
description = "TV application for Linux with apps and tools such as a teletext browser";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
homePage = https://www.kraxel.org/blog/linux/xawtv/;
|
homepage = https://www.kraxel.org/blog/linux/xawtv/;
|
||||||
maintainers = with stdenv.lib.maintainers; [ iElectric ];
|
maintainers = with stdenv.lib.maintainers; [ iElectric ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
|||||||
++ optional enablePrefix "--enable-mpirun-prefix-by-default"
|
++ optional enablePrefix "--enable-mpirun-prefix-by-default"
|
||||||
;
|
;
|
||||||
meta = {
|
meta = {
|
||||||
homePage = http://www.open-mpi.org/;
|
homepage = http://www.open-mpi.org/;
|
||||||
description = "Open source MPI-2 implementation";
|
description = "Open source MPI-2 implementation";
|
||||||
longDescription = "The Open MPI Project is an open source MPI-2 implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.";
|
longDescription = "The Open MPI Project is an open source MPI-2 implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.";
|
||||||
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
||||||
|
@ -68,7 +68,7 @@ EOF
|
|||||||
a host of other features.
|
a host of other features.
|
||||||
'';
|
'';
|
||||||
license = "MIT-like";
|
license = "MIT-like";
|
||||||
homePage = "http://www.zsh.org/";
|
homepage = "http://www.zsh.org/";
|
||||||
maintainers = with stdenv.lib.maintainers; [ chaoflow ];
|
maintainers = with stdenv.lib.maintainers; [ chaoflow ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
@ -22,7 +22,7 @@ let honcho = buildPythonPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A Python clone of Foreman, a tool for managing Procfile-based applications.";
|
description = "A Python clone of Foreman, a tool for managing Procfile-based applications.";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homePage = https://github.com/nickstenning/honcho;
|
homepage = https://github.com/nickstenning/honcho;
|
||||||
maintainers = with maintainers; [ benley ];
|
maintainers = with maintainers; [ benley ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "UNIX init scheme with service supervision";
|
description = "UNIX init scheme with service supervision";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
homePage = "http://smarden.org/runit";
|
homepage = "http://smarden.org/runit";
|
||||||
maintainers = with maintainers; [ rickynils ];
|
maintainers = with maintainers; [ rickynils ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "";
|
description = "";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
homePage = "http://thinkfan.sourceforge.net/";
|
homepage = "http://thinkfan.sourceforge.net/";
|
||||||
maintainers = with stdenv.lib.maintainers; [ iElectric ];
|
maintainers = with stdenv.lib.maintainers; [ iElectric ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user