Merge pull request #154776 from mweinelt/python-meta
Fix multiple broken meta.homepage references
This commit is contained in:
commit
1fe644a83f
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "kbreakout";
|
pname = "kbreakout";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "KBreakOut";
|
homepage = "https://apps.kde.org/kbreakout/";
|
||||||
description = "Breakout-like game";
|
description = "Breakout-like game";
|
||||||
license = with lib.licenses; [ lgpl21 gpl3 ];
|
license = with lib.licenses; [ lgpl21 gpl3 ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -52,7 +52,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python module to get data from Atome Key";
|
description = "Python module to get data from Atome Key";
|
||||||
homepage = "hhttps://github.com/jugla/pyKeyAtome";
|
homepage = "https://github.com/jugla/pyKeyAtome";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -48,7 +48,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python SPNEGO authentication library";
|
description = "Python SPNEGO authentication library";
|
||||||
homepage = "Python SPNEGO authentication library";
|
homepage = "https://github.com/jborean93/pyspnego";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue