Merge pull request #26169 from samueldr/fix_m17n_homepage
ibus-m17n: fix homepage URL.
This commit is contained in:
commit
9d4b23f245
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
isIbusEngine = true;
|
isIbusEngine = true;
|
||||||
description = "m17n engine for ibus";
|
description = "m17n engine for ibus";
|
||||||
homepage = https://github.com.com/ibus/ibus-m17n;
|
homepage = https://github.com/ibus/ibus-m17n;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ericsagnes ];
|
maintainers = with maintainers; [ ericsagnes ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user