diff options
author | papush | 2021-04-30 14:07:03 +0200 |
---|---|---|
committer | papush | 2021-04-30 14:08:05 +0200 |
commit | 4098ec4967a462d841aea48f0028476cc95eb869 (patch) | |
tree | cee36d94dbb5fd8b6cad68fcdd5baf2e2b76f7a2 | |
parent | c549120a3c02bc9578414d64b0e88fc1a12d50d9 (diff) |
change homepage to make it clear this is a fork
-rw-r--r-- | install.rdf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install.rdf b/install.rdf index 7569913..f48fa1b 100644 --- a/install.rdf +++ b/install.rdf @@ -3,13 +3,13 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> <Description about="urn:mozilla:install-manifest"> <em:id>palemoon-redirector@papush</em:id> - <em:version>2.8.2</em:version> <em:name>URL Rewriter</em:name> + <em:version>2.8.2</em:version> <em:creator>papush</em:creator> <em:contributor>Einar Egilsson (original author)</em:contributor> <em:contributor>Noah Luck Easterly</em:contributor> - <em:description>Automatically redirects to user-defined urls on certain pages</em:description> - <em:homepageURL>http://einaregilsson.com/redirector/</em:homepageURL> + <em:description>Redirect requests according to user-specified rules.</em:description> + <em:homepageURL>https://git.deepzero.net/url-rewriter.git</em:homepageURL> <em:optionsURL>chrome://redirector/content/redirector.html</em:optionsURL> <em:optionsType>3</em:optionsType> <em:iconURL>chrome://redirector/content/images/redirector.png</em:iconURL> |