diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-11 02:23:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-11 02:23:13 +0100 |
commit | c2c8d6bf371433a3158fda769829714c5b99f62a (patch) | |
tree | ef5e8624174aa108de8a7f62f09f0fa18904c2cf /extra | |
parent | c34ec12c309695e4c14d8e50b5f3f54198f70775 (diff) | |
download | alacritty-c2c8d6bf371433a3158fda769829714c5b99f62a.tar.gz alacritty-c2c8d6bf371433a3158fda769829714c5b99f62a.zip |
Move Alacritty to organization
This fixes various outdated links pointing to the old jwilm/alacritty
repository.
Since `copypasta` now has its own github repository at
https://github.com/alacritty/copypasta, the sources have been removed
from Alacritty.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/alacritty.man | 9 | ||||
-rw-r--r-- | extra/linux/io.alacritty.Alacritty.appdata.xml | 8 | ||||
-rw-r--r-- | extra/linux/redhat/alacritty.spec | 4 |
3 files changed, 13 insertions, 8 deletions
diff --git a/extra/alacritty.man b/extra/alacritty.man index 62c1eb44..79a9c487 100644 --- a/extra/alacritty.man +++ b/extra/alacritty.man @@ -74,9 +74,9 @@ Defines the X11 window ID (as a decimal integer) to embed Alacritty within \fB\-\-working\-directory\fR <working\-directory> Start the shell in the specified working directory .SH "SEE ALSO" -See the alacritty github repository at https://github.com/jwilm/alacritty for the full documentation. +See the alacritty github repository at https://github.com/alacritty/alacritty for the full documentation. .SH "BUGS" -Found a bug? Please report it at https://github.com/jwilm/alacritty/issues. +Found a bug? Please report it at https://github.com/alacritty/alacritty/issues. .SH "AUTHORS" Maintainers: .sp @@ -88,4 +88,9 @@ Maintainers: .sp -1 .IP \(bu 2.3 .\} +Christian Duerr <contact@christianduerr.com> +.sp +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} Joe Wilm <joe@jwilm.com> diff --git a/extra/linux/io.alacritty.Alacritty.appdata.xml b/extra/linux/io.alacritty.Alacritty.appdata.xml index fcfede57..f14b5413 100644 --- a/extra/linux/io.alacritty.Alacritty.appdata.xml +++ b/extra/linux/io.alacritty.Alacritty.appdata.xml @@ -25,11 +25,11 @@ However, it does allow configuration of many aspects of the terminal.</p> <keyword>terminal emulator</keyword> <keyword>GPU</keyword> </keywords> - <url type="homepage">https://github.com/jwilm/alacritty</url> - <url type="bugtracker">https://github.com/jwilm/alacritty/issues</url> + <url type="homepage">https://github.com/alacritty/alacritty</url> + <url type="bugtracker">https://github.com/alacritty/alacritty/issues</url> <releases> <release version="0.4.2-dev" date="2019-06-16" unix_timestamp="1560694196"/> </releases> - <update_contact>https://github.com/jwilm/alacritty/blob/master/CONTRIBUTING.md#contact</update_contact> - <developer_name>Joe Wilm</developer_name> + <update_contact>https://github.com/alacritty/alacritty/blob/master/CONTRIBUTING.md#contact</update_contact> + <developer_name>Joe Wilm</developer_name> </component> diff --git a/extra/linux/redhat/alacritty.spec b/extra/linux/redhat/alacritty.spec index f44fa760..a253c67f 100644 --- a/extra/linux/redhat/alacritty.spec +++ b/extra/linux/redhat/alacritty.spec @@ -3,8 +3,8 @@ Version: 0.4.2-dev Release: 1%{?dist} Summary: A cross-platform, GPU enhanced terminal emulator License: ASL 2.0 -URL: https://github.com/jwilm/alacritty -VCS: https://github.com/jwilm/alacritty.git +URL: https://github.com/alacritty/alacritty +VCS: https://github.com/alacritty/alacritty.git Source: alacritty-%{version}.tar BuildRequires: rust >= 1.36.0 |