From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1EB48206AE; Fri, 28 Oct 2016 20:15:06 +0000 (UTC) From: Eric Wong To: http_spew-public@bogomips.org Cc: Eric Wong Subject: [PATCH 4/5] merge into kcar project and mailing list Date: Fri, 28 Oct 2016 20:15:02 +0000 Message-Id: <20161028201503.10315-5-e@80x24.org> In-Reply-To: <20161028201503.10315-1-e@80x24.org> References: <20161028201503.10315-1-e@80x24.org> List-Id: librelist is down, and segregating this from kcar probably isn't worth it for email support. --- .olddoc.yml | 6 ++++-- GNUmakefile | 1 - README | 8 ++++---- http_spew.gemspec | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index b230ebb..51f1b61 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -1,4 +1,6 @@ --- -cgit_url: http://bogomips.org/http_spew.git +cgit_url: https://bogomips.org/http_spew.git git_url: git://bogomips.org/http_spew.git -rdoc_url: http://bogomips.org/http_spew/ +rdoc_url: https://bogomips.org/http_spew/ +private_email: kcar@bogomips.org +public_email: kcar-public@bogomips.org diff --git a/GNUmakefile b/GNUmakefile index 229c3d1..0604222 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,5 @@ all:: RSYNC_DEST := bogomips.org:/srv/bogomips/http_spew -rfproject := rainbows rfpackage := http_spew RUBY_VERSION_FILE = lib/http_spew/version.rb diff --git a/README b/README index 35a4c24..8facb56 100644 --- a/README +++ b/README @@ -39,7 +39,7 @@ You can get the latest source via git from the following locations: You may browse the code from the web and download the latest snapshot tarballs here: -* http://bogomips.org/http_spew.git (cgit) +* https://bogomips.org/http_spew.git * http://repo.or.cz/w/http_spew.git (gitweb) Inline patches (from "git format-patch") to the mailing list are @@ -54,8 +54,8 @@ don't email the git mailing list or maintainer with http_spew patches. == Contact All feedback (bug reports, user/development discussion, patches, pull -requests) go to the mailing list: mailto:http.spew@librelist.org +requests) go to the mailing list: mailto:kcar-public@bogomips.org -Mailing list archives in mbox format may be downloaded here: +Mailing list archives may be viewed and downloaded here: -http://bogomips.org/http_spew/archives/ +https://bogomips.org/kcar-public/ diff --git a/http_spew.gemspec b/http_spew.gemspec index 258641a..4aafc26 100644 --- a/http_spew.gemspec +++ b/http_spew.gemspec @@ -7,9 +7,9 @@ name, summary, title = readme_metadata Gem::Specification.new do |s| s.name = %q{http_spew} s.version = ENV["VERSION"].dup - s.authors = ["HTTP Spew hackers"] + s.authors = ["kcar hackers"] s.description = readme_description - s.email = %q{http.spew@librelist.org} + s.email = %q{kcar@bogomips.org} s.extra_rdoc_files = extra_rdoc_files(manifest) s.files = manifest s.homepage = Olddoc.config['rdoc_url'] -- EW