Transfer maintainership of outshine, outorg, and navi-mode

This commit is contained in:
Rafael Laboissiere 2019-02-06 11:51:42 +01:00
parent 9c48d64852
commit e7b5a2b93d
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
(:name navi-mode
:description "Major-mode for easy buffer-navigation."
:website "https://github.com/tj64/navi"
:website "https://github.com/alphapapa/navi"
:type github
:pkgname "tj64/navi"
:pkgname "alphapapa/navi"
:depends (outshine outorg))

View File

@ -1,5 +1,5 @@
(:name outorg
:description "Convert source-code buffers temporarily to Org-mode for comment editing."
:website "https://github.com/tj64/outorg"
:website "https://github.com/alphapapa/outorg"
:type github
:pkgname "tj64/outorg")
:pkgname "alphapapa/outorg")

View File

@ -1,6 +1,6 @@
(:name outshine
:description "Outline with outshine outshines outline."
:website "https://github.com/tj64/outshine"
:website "https://github.com/alphapapa/outshine"
:type github
:pkgname "tj64/outshine"
:pkgname "alphapapa/outshine"
:depends (outorg))