Skip to content

Commit

Permalink
Got married 💍 and took my wife's last name
Browse files Browse the repository at this point in the history
  • Loading branch information
lithammer committed Jun 18, 2018
1 parent 21f717a commit 9ab67ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Peter Renström
Copyright (c) 2018 Peter Lithammer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# shortuuid

[![Build Status](https://img.shields.io/travis/renstrom/shortuuid.svg?style=flat-square)](https://travis-ci.org/renstrom/shortuuid)
[![Godoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/renstrom/shortuuid)
[![Build Status](https://img.shields.io/travis/lithammer/shortuuid.svg?style=flat-square)](https://travis-ci.org/lithammer/shortuuid)
[![Godoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/lithammer/shortuuid)

A Go library that generates concise, unambiguous, URL-safe UUIDs. Based on and
compatible with the Python library
Expand All @@ -22,7 +22,7 @@ package main
import (
"fmt"

"github.com/renstrom/shortuuid"
"github.com/lithammer/shortuuid"
)

func main() {
Expand Down Expand Up @@ -53,7 +53,7 @@ package main
import (
"fmt"
"github.com/btcsuite/btcutil/base58"
"github.com/renstrom/shortuuid"
"github.com/lithammer/shortuuid"
"github.com/satori/go.uuid"
)

Expand Down

0 comments on commit 9ab67ad

Please sign in to comment.