diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2013-08-20 22:01:13 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2013-08-20 22:01:13 +0200 |
| commit | 3f5216d836005f94da0d2dbe8f2cf520fb9f20a0 (patch) | |
| tree | 761522bef00e752f830e0b4a497be0869cefc0e2 /data | |
| parent | f35609a055efe63d2b02e9ca465f0256f23ccca0 (diff) | |
| download | phorkie-3f5216d836005f94da0d2dbe8f2cf520fb9f20a0.tar.gz phorkie-3f5216d836005f94da0d2dbe8f2cf520fb9f20a0.zip | |
Fix bug #41: AGPL link broken
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/base.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm index 75f9d18..90ccc0a 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -86,7 +86,7 @@ <div class="container footer"> <a href="//sf.net/p/phorkie/">phorkie</a>, the self-hosted, git-based pastebin software is available under the - <a href="https://sf.net/p/phorkie/"> + <a href="http://www.gnu.org/licenses/agpl-3.0.html"> <abbr title="GNU Affero General Public License">AGPL</abbr></a>. </div> </body> |
